home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v8n04.arc / ZCOPY.DOC < prev   
Text File  |  1989-01-31  |  2KB  |  46 lines

  1.  
  2. ZCOPY.COM
  3. Command
  4.  
  5. Bob Flanders
  6. 1989 No. 4 (Utilities)
  7.  
  8.  
  9. Purpose:    Transfers files at high speed, via a serial link, between
  10. machines that do not share a common disk format.
  11.     
  12. Format:    ZCOPY source [target] [/w][/n][/u][/o][/a][/p][/d]
  13.     
  14. Remarks:    The two machines must be IBM-compatible and must be connected by
  15. a standard "null modem" cable.  ZCOPY is executed, with appropriate parameters,
  16. on both machines;  a 30-second (default) connect timeout is provided.
  17.  
  18.     On the sending machine both a source (filename plus any needed drive and
  19. path) and a target (COM1 or COM2) must be specified.  ZCOPY supports the * and ?
  20. DOS filename "wildcards," but it does not permit renaming files during transfer. 
  21. On the receiving machine the source is COM1 or COM2, and the target, if
  22. specified, must be a directory path.  (Any needed subdirectories must be created
  23. on the receiving machine before using ZCOPY.)  
  24.  
  25.     The optional /w and /n switches operate before connection is
  26. established, and so are entered on the ZCOPY command line of each machine.  The
  27. /w parameter prolongs the default connection timeout indefinitely; it can be
  28. cancelled with Ctrl-Break.  The /n parameter sets the highest bit-per-second
  29. (bps) rate at which ZCOPY will attempt to transfer data.  If used, it must be
  30. the same on both machines.  The default is /1 (115 kbps).  Other acceptable
  31. values are /2 through /6 (57.6 kbps, 38.4 kbps, 19.2 kbps, 9600 kbps, and 4800
  32. kbps, respectively).  If ZCOPY cannot maintain error-free transfer at a given
  33. transfer rate, it automatically steps down to the next lower speed.
  34.  
  35.     The other optional parameters may be entered on either machine's ZCOPY
  36. command line.  The /u (Update) switch permits overwriting same-named files on
  37. the receiving machine without operator confirmation if the source file is more
  38. recent.  The /o (Overwrite) switch suppresses the confirmation prompt for all
  39. files.  By default, when ZCOPY receives a disk-full signal, before aborting it
  40. tries to find a smaller selected source file that will fit on the receiving
  41. disk.  The /a (Abort on Full) aborts at the first disk-full indication.  The /p
  42. (Pause) switch creates a pause before the transfer operation begins after the
  43. connection between machines has been made, permitting changing a disk.  The /d
  44. option changes the date of a received file to that of the receiving machine. 
  45.  
  46.